.fade-in, .init-fade-in {
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility;
  transform: translateY(10vh);
  transition: opacity 0.7s ease-out, transform 1.2s ease-out;
}

.fade-in.visible, .init-fade-in.visible {
  opacity: 1;
  transform: none;
  visibility: visible;
}

@media(min-width: 1400px) {
    .container {
        max-width: 1340px;;
    }

    .d-block-xxl {
        display: block !important;
    }


}

.bs-new-main-content {
    padding-bottom: 1%;
}

.bs-new-sections p, .bs-new-sections .paragraph {
    font-size: 1.3rem;
}

.bs-new-sections h1 {
    font-size: 2.4rem;
}

.bs-new-sections .h1 {
    font-size: 2.4rem !important;
}

.bs-new-sections h2 {
    font-size: 1.5rem;;
}

.bs-new-sections .h2 {
    font-size: 1.5rem !important;
}

.bs-new-sections {
    margin-top: 68.4667px;
}

@media(min-width: 576px) {
    .bs-new-sections {
        margin-top: 80.6333px;
    }
}

.bs-new-header {
    position: relative;
    padding-top: 56.25%;
    background-color: #b3e3ed;
}

.bs-new-header img {
    position: absolute;
    top: 0;
}

.bs-new-header .image-top-content {
    position: absolute;
    text-align: left;
    right: 0;
    top: 4%;
    width: 50%;
}

.bs-new-header .image-bottom-content {
    position: absolute;
    text-align: left;
    bottom: 5%;
    right: 0;
    width: 50%;
}

.bs-new-content-block {
    margin-bottom: 50px;
}

.sw-new-content-block {
    margin-bottom: 50px;
}

.bs-new-main-content {
    background-color: #333a4b;
    color: #ffffff;
}

.bs-new-scroll-content-block .scroll-block {
    position: relative;
}

.bs-new-scroll-content-block .scroll-block .scroll-content {
    /* max-height: 140px; */
    overflow-y: scroll;
    /* padding-left: 50px; */
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.bs-new-scroll-content-block .scroll-block .scroll-content::-webkit-scrollbar {
  display: none;
}


.bs-new-scroll-content-block .scroll-block .scroll-indicator {
    transform: rotate(270deg);
    width: auto;
    position: absolute;
    left: -25px;
    top: 50px;
    display: none;
}

.bs-new-scroll-content-block .scroll-block .scroll-indicator .scroll-arrow {
    width: 35px;
    margin-right: 10px;
}

.bs-new-scroll-content-block .scroll-content-img {
    width: 100%;
}

.circle-img {
    border-radius: 50%;
}

.small-lead {
    width: 60px;
}

.medium-lead {
    width: 90px;
}

.bs-new-section-3-image-1 {
    width: 70.5%;
}

.bs-new-section-3-image-2 {
    width: 30%;
    margin: 0 calc(calc(100% - 30%) / 2);
    height: auto;
}

.bs-new-section-3-image-3 {
    width: 25%;
    position: absolute;
    left: calc(calc(50% + 15%) + 20px);
    top: 50%;
    transform: translate(0, -50%);
}

.bs-new-section-4-image-1 {
    width: 30%;
    margin: 0 calc(calc(100% - 30%) / 2);
    height: auto;
}

.bs-new-section-4-image-2 {
    width: 25%;
    position: absolute;
    left: calc(calc(50% + 15%) + 20px);
    top: 50%;
    transform: translate(0, -50%);
}

.bs-new-section-4-image-3 {
    width: 30%;
    margin: 0 calc(70% / 2);
}


.bs-new-section-5-2-image-1, .bs-new-section-5-2-image-2, .bs-new-section-5-2-image-3, .bs-new-section-5-2-image-4 {
    margin-left: auto;
    margin-right: auto;
}

.bs-new-section-5-2-image-1, .bs-new-section-5-2-image-2 {
    width: 35%;
}

.bs-new-section-5-2-image-3 {
    width: 28%;
}

.bs-new-section-5-2-image-4 {
    border-radius: 50%;
    width: 28%;
}

.bs-new-bottom-button-body {
    margin-top: 70px;
}

.bs-new-bottom-button-body .btn {
    font-size: 1.5em;
    padding: 10px 30px;
    border-radius: 50px;
}

.bs-new-bottom-button-body .bs-new-bottom-button-arrow {
    margin: 0 70px 25px auto;
}

.bs-new-bottom-button-body .bs-new-bottom-button-funnel {
    margin: auto auto 0 70px;
    height: 100px;
}

@media(min-width: 992px) {

    .bs-new-content-block {
        margin-bottom: 250px;
    }

    .sw-new-content-block {
        margin-bottom: 50px;
    }

    .bs-new-main-content {
        padding-bottom: 1%;
    }

    .bs-new-header .image-top-content {
        right: 0;
        left: 55%;
        width: 44%;
        top: 3%;
    }
    
    .bs-new-header .image-bottom-content {
        bottom: 5%;
        right: 0;
        left: 55%;
        width: 44%;
    }

    .bs-new-sections p, .bs-new-sections .paragraph {
        font-size: 1.3em;
    }

    .bs-new-sections p, .bs-new-sections .paragraph {
        font-size: 1.3rem;
    }

    .bs-new-section h3 {
        font-size: 2em;
    }

    .bs-new-sections .h3{
        font-size: 2em !important;
    }

    .bs-new-sections h1 {
        font-size: 4em;
    }

    .bs-new-sections .h1 {
        font-size: 4em !important;
    }

    .bs-new-sections h2 {
        font-size: 2.5em;
    }

    .bs-new-sections .h2 {
        font-size: 2.5em !important;
    }

    .bs-new-scroll-content-block .scroll-block .scroll-content {
        /* max-height: 260px; */
    }

    .bs-new-scroll-content-block .scroll-block .scroll-indicator {
        width: auto;
        position: absolute;
        left: -25px;
        top: unset;
        bottom: 32px;
    }

    .small-img {
        width: 100px;
    }

    .bs-new-section-5-2-image-1 {
        margin-right: 0;
        width: 50%;
    }

    .bs-new-section-5-2-image-2 {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        width: 80%;
        margin: 0;
    }

    .bs-new-section-5-2-image-3 {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        width: 80%;
        margin: 0;
    }
    
    .bs-new-section-5-2-image-4 {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
        margin: 0;
    }

    .bs-new-section-5-2-image-5 {
        padding-top: 20%;
    }

    .bs-new-section-5-2-image-6 {
        height: 400px;
    }

    .bs-new-bottom-button-body {
        margin-top: 0;
    }

    .bs-new-bottom-button-body .btn {
        height: 64px;
        font-size: 1.7em;
        padding: 15px 40px;
        margin-top: auto;
        margin-bottom: 19px;
    }
}

@media(min-width: 1200px) {
    .bs-new-sections {
        margin-top: 89px;
    }
}

@media(min-width: 1600px) {
    .bs-new-header .image-top-content {
        width: 40%;
        top: 10%;
    }

    .bs-new-header .image-top-content .h1, .bs-new-header .image-top-content h1 {
        font-size: 5rem;
    }
    
    .bs-new-header .image-bottom-content {
        bottom: 15%;
        width: 35%;
    }
}